home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso
/
1508
/
bfa95.exe
/
0
/
RCDATA
/
TREGISTERDIALOG
/
TREGISTERDIALOG.txt
Wrap
Text File
|
1997-02-11
|
1KB
|
71 lines
object RegisterDialog: TRegisterDialog
Left = 170
Top = 189
BorderStyle = bsDialog
Caption = 'Registration'
ClientHeight = 133
ClientWidth = 306
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Info1: TLabel
Left = 8
Top = 8
Width = 56
Height = 13
Caption = '&User Name:'
FocusControl = UserName
Transparent = True
end
object Info2: TLabel
Left = 8
Top = 56
Width = 87
Height = 13
Caption = '&Registration Code:'
FocusControl = RegCode
Transparent = True
end
object OKButton: TButton
Left = 144
Top = 104
Width = 73
Height = 21
Caption = '&OK'
TabOrder = 2
OnClick = OKButtonClick
end
object UserName: TEdit
Left = 8
Top = 24
Width = 289
Height = 21
MaxLength = 64
TabOrder = 0
end
object RegCode: TEdit
Left = 8
Top = 72
Width = 289
Height = 21
CharCase = ecUpperCase
MaxLength = 64
TabOrder = 1
end
object CancelButton: TButton
Left = 224
Top = 104
Width = 73
Height = 21
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
end